projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e886137
)
Comment fix.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 7 Mar 1994 20:21:56 +0000
(20:21 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 7 Mar 1994 20:21:56 +0000
(20:21 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index f37cfc762626a5f02dea25407ce9670d0bbabbab..0231cc6a9d584ed6e3033a698d33a01fdca57d0c 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1318,7
+1318,7
@@
applications."
;; may clear quit-flag itself and return C-g. That would make
;; it impossible to quit this loop in a simple way, so
;; re-enable it here (for backward-compatibility the check for
- ;; quit-flag below would still be necessary, so this
is
seems
+ ;; quit-flag below would still be necessary, so this seems
;; like the simplest way to do things).
(setq quit-flag t
done t))